ImageGear PDF v25.2 - Updated
ImGearARTCurve Constructor(ImGearPoint[],IImGearRGBQuad)




ImageGear.Art Assembly > ImageGear.ART Namespace > ImGearARTCurve Class > ImGearARTCurve Constructor : ImGearARTCurve Constructor(ImGearPoint[],IImGearRGBQuad)
Raw points array.
Color of the mark.
Initializes a new instance of the ImGearARTCurve class object.
Syntax
'Declaration
 
Public Function New( _
   ByVal points() As ImGearPoint, _
   ByVal color As IImGearRGBQuad _
)
'Usage
 
Dim points() As ImGearPoint
Dim color As IImGearRGBQuad
 
Dim instance As New ImGearARTCurve(points, color)
public ImGearARTCurve( 
   ImGearPoint[] points,
   IImGearRGBQuad color
)
public: ImGearARTCurve( 
   ImGearPoint[]* points,
   IImGearRGBQuad* color
)
public:
ImGearARTCurve( 
   array<ImGearPoint>^ points,
   IImGearRGBQuad^ color
)

Parameters

points
Raw points array.
color
Color of the mark.
See Also

Reference

ImGearARTCurve Class
ImGearARTCurve Members
Overload List
ImGearRGBQuad Structure
ImGearPoint Structure

Is this page helpful?
Yes No
Thanks for your feedback.